func runtime.throw

712 uses

	runtime (current package)
		arena.go#L115: 		throw("arena_New: non-pointer type")
		arena.go#L207: 		throw("user arena chunk size is not a multiple of the page size")
		arena.go#L210: 		throw("user arena chunk size is not a multiple of the physical page size")
		arena.go#L214: 			throw("user arena chunk size is smaller than a heap arena, but doesn't divide it")
		arena.go#L218: 			throw("user arena chunks size is larger than a heap arena, but not a multiple")
		arena.go#L340: 		throw("full list doesn't match refs list in length")
		arena.go#L391: 			throw("wasted too much memory in an arena chunk")
		arena.go#L416: 			throw("out of memory")
		arena.go#L454: 			throw("out of memory")
		arena.go#L475: 		throw("malloc deadlock")
		arena.go#L478: 		throw("malloc during signal")
		arena.go#L502: 		throw("arena chunk needs zeroing, but should already be zeroed")
		arena.go#L513: 			throw("mallocgc called without a P or outside bootstrapping")
		arena.go#L750: 		throw("newUserArenaChunk called with gcphase == _GCmarktermination")
		arena.go#L764: 		throw("malloc deadlock")
		arena.go#L767: 		throw("malloc during signal")
		arena.go#L777: 		throw("out of memory")
		arena.go#L813: 			throw("newUserArenaChunk called without a P or outside bootstrapping")
		arena.go#L842: 		throw("user arena chunk is not aligned to the physical page size")
		arena.go#L869: 		throw("invalid span in heapArena for user arena")
		arena.go#L872: 		throw("span on userArena.faultList has invalid size")
		arena.go#L950: 		throw("span is not for a user arena")
		arena.go#L953: 		throw("invalid user arena span size")
		arena.go#L1027: 			throw("sysAlloc size is not divisible by userArenaChunkBytes")
		asan0.go#L19: func asanread(addr unsafe.Pointer, sz uintptr)            { throw("asan") }
		asan0.go#L20: func asanwrite(addr unsafe.Pointer, sz uintptr)           { throw("asan") }
		asan0.go#L21: func asanunpoison(addr unsafe.Pointer, sz uintptr)        { throw("asan") }
		asan0.go#L22: func asanpoison(addr unsafe.Pointer, sz uintptr)          { throw("asan") }
		asan0.go#L23: func asanregisterglobals(addr unsafe.Pointer, sz uintptr) { throw("asan") }
		cgo.go#L73: func cgoUse(any) { throw("cgoUse should not be called") }
		cgocall.go#L136: 		throw("cgocall unavailable")
		cgocall.go#L140: 		throw("cgocall nil")
		cgocall.go#L365: 		throw("m changed unexpectedly in cgocallbackg")
		cgocall.go#L483: 	throw("misaligned stack in cgocallback")
		cgocall.go#L488: 	throw("cgo not implemented")
		cgocall.go#L564: 			throw("can't happen")
		cgocall.go#L587: 		throw("can't happen")
		cgocall.go#L592: 				throw("can't happen")
		cgocall.go#L662: 				throw("can't happen")
		cgocheck.go#L68: 		throw(cgoWriteBarrierFail)
		cgocheck.go#L188: 			throw(cgoWriteBarrierFail)
		cgocheck.go#L220: 					throw(cgoWriteBarrierFail)
		cgocheck.go#L254: 		throw("can't happen")
		chan.go#L78: 		throw("makechan: invalid channel element type")
		chan.go#L81: 		throw("makechan: bad alignment")
		chan.go#L177: 		throw("unreachable")
		chan.go#L279: 		throw("G waiting list is corrupted")
		chan.go#L292: 			throw("chansend: spurious wakeup")
		chan.go#L517: 		throw("unreachable")
		chan.go#L643: 		throw("G waiting list is corrupted")
		checkptr.go#L20: 		throw("checkptr: misaligned pointer conversion")
		checkptr.go#L26: 		throw("checkptr: converted pointer straddles multiple allocations")
		checkptr.go#L52: 		throw("checkptr: pointer arithmetic computed bad pointer value")
		checkptr.go#L69: 	throw("checkptr: pointer arithmetic result points to invalid allocation")
		coro.go#L125: 			throw("coro: OS thread locking must match locking at coroutine creation")
		coro.go#L181: 			throw("coroswitch on exited coro")
		coro.go#L196: 		throw("coroswitch of a goroutine to itself")
		covermeta.go#L17: 		throw("runtime.addCovMeta: coverage package map collision")
		debugcall.go#L138: 			throw("inconsistent lockedm")
		debuglog.go#L81: 			throw("failed to allocate debug log")
		debuglog.go#L152: 		throw("record too large")
		debuglog.go#L285: 			throw("not a pointer type")
		debuglog.go#L407: 			throw("record wrapped around")
		env_posix.go#L12: 		throw("getenv before env init")
		error.go#L339: 		throw("panicwrap: no ( in " + name)
		error.go#L343: 		throw("panicwrap: unexpected string after package name: " + name)
		error.go#L348: 		throw("panicwrap: no ) in " + name)
		error.go#L351: 		throw("panicwrap: unexpected string after type name: " + name)
		fds_unix.go#L34: 			throw("cannot open standard fds")
		fds_unix.go#L39: 			throw("cannot open standard fds")
		fds_unix.go#L42: 			throw("cannot open standard fds")
		heapdump.go#L416: 			throw("dumpgs in STW - bad status")
		heapdump.go#L488: 			throw("freemark array doesn't have enough entries")
		heapdump.go#L732: 			throw("heapdump: out of memory")
		iface.go#L46: 		throw("internal error - misuse of itab")
		iface.go#L138: 		throw("malloc deadlock")
		iface.go#L156: 			throw("mismatched count during itab table copy")
		iface.go#L734: 	throw("unreachable method called. linker bug?")
		lfstack.go#L29: 		throw("lfstack.push")
		lfstack.go#L62: 		throw("lfstack node allocated from the heap")
		lfstack.go#L67: 		throw("bad lfnode address")
		lock_futex.go#L59: 		throw("runtime·lock: lock count")
		lock_futex.go#L127: 		throw("unlock of unlocked lock")
		lock_futex.go#L137: 		throw("runtime·unlock: lock count")
		lock_futex.go#L153: 		throw("notewakeup - double wakeup")
		lock_futex.go#L161: 		throw("notesleep not on g0")
		lock_futex.go#L232: 		throw("notetsleep not on g0")
		lock_futex.go#L243: 		throw("notetsleepg on g0")
		malloc.go#L375: 		throw("bad TinySizeClass")
		malloc.go#L381: 		throw("heapArenaBitmapWords not a power of 2")
		malloc.go#L387: 		throw("failed to get system page size")
		malloc.go#L391: 		throw("bad system page size")
		malloc.go#L395: 		throw("bad system page size")
		malloc.go#L399: 		throw("bad system page size")
		malloc.go#L403: 		throw("bad system huge page size")
		malloc.go#L421: 		throw("bad pagesPerSpanRoot")
		malloc.go#L425: 		throw("bad pagesPerReclaimerChunk")
		malloc.go#L438: 		throw("min size of malloc header is not a size class boundary")
		malloc.go#L443: 		throw("max pointer/scan bitmap size for headerless objects is too large")
		malloc.go#L447: 		throw("taggedPointerbits too small")
		malloc.go#L699: 			throw("too many address space collisions for -race mode")
		malloc.go#L734: 			throw("memory reservation exceeds address space limit")
		malloc.go#L739: 		throw("misrounded allocation in sysAlloc")
		malloc.go#L757: 				throw("out of memory allocating heap arena map")
		malloc.go#L768: 			throw("arena already initialized")
		malloc.go#L775: 				throw("out of memory allocating heap arena metadata")
		malloc.go#L788: 					throw("out of memory allocating allArenas")
		malloc.go#L844: 				throw("failed to allocate aligned heap memory; too many retries")
		malloc.go#L943: 			throw("s.allocCount != s.nelems && freeIndex == s.nelems")
		malloc.go#L953: 		throw("freeIndex is not valid")
		malloc.go#L960: 		throw("s.allocCount > s.nelems")
		malloc.go#L985: 		throw("mallocgc called with gcphase == _GCmarktermination")
		malloc.go#L1042: 		throw("malloc deadlock")
		malloc.go#L1045: 		throw("malloc during signal")
		malloc.go#L1053: 		throw("mallocgc called without a P or outside bootstrapping")
		malloc.go#L1456: 		throw("profilealloc called without a P or outside bootstrapping")
		malloc.go#L1577: 		throw("persistentalloc: size == 0")
		malloc.go#L1581: 			throw("persistentalloc: align is not a power of 2")
		malloc.go#L1584: 			throw("persistentalloc: align is too large")
		malloc.go#L1609: 			throw("runtime: cannot allocate memory")
		map.go#L889: 		throw("hash_iter size incorrect") // see cmd/compile/internal/reflectdata/reflect.go
		map.go#L1166: 			throw("oldoverflow is not nil")
		map.go#L1288: 					throw("bad map state")
		map.go#L1321: 					throw("bad evacuatedN")
		map.go#L1412: 		throw("runtime.reflect_makemap: unsupported map key type")
		map.go#L1416: 		throw("key size wrong")
		map.go#L1420: 		throw("elem size wrong")
		map.go#L1423: 		throw("key align too big")
		map.go#L1426: 		throw("elem align too big")
		map.go#L1429: 		throw("key size not a multiple of key align")
		map.go#L1432: 		throw("elem size not a multiple of elem align")
		map.go#L1435: 		throw("bucketsize too small for proper alignment")
		map.go#L1438: 		throw("need padding in bucket (key)")
		map.go#L1441: 		throw("need padding in bucket (elem)")
		map_fast32.go#L436: 					throw("bad map state")
		map_fast64.go#L440: 					throw("bad map state")
		map_faststr.go#L455: 					throw("bad map state")
		mbitmap.go#L175: 		throw("typePointersOfUnchecked consisting of non-base-address for object")
		mbitmap.go#L217: 		throw("bad type passed to typePointersOfType")
		mbitmap.go#L420: 		throw("bulkBarrierPreWrite: unaligned arguments")
		mbitmap.go#L506: 		throw("bulkBarrierPreWrite: unaligned arguments")
		mbitmap.go#L568: 			throw("heapBits called for noscan")
		mbitmap.go#L571: 			throw("heapBits called for span class that should have a malloc header")
		mbitmap.go#L683: 			throw("bad pointer bits written for small object")
		mbitmap.go#L711: 			throw("tried to write heap bits, but no heap bits in span")
		mbitmap.go#L721: 				throw("GCProg for type that isn't large")
		mbitmap.go#L836: 	throw("heapSetType: pointer entry not correct")
		mbitmap.go#L843: 		throw("found bad interior pointer")
		mbitmap.go#L913: 	throw("heapSetType: pointer entry not correct")
		mbitmap.go#L958: 		throw("mismatch between typePointersOfType and typePointersOf")
		mbitmap.go#L1071: 		throw("s.freeindex > s.nelems")
		mbitmap.go#L1143: 		throw("bad magic division")
		mbitmap.go#L1200: 		throw("markBitsForSpan: unaligned start")
		mbitmap.go#L1247: 	throw("found bad pointer in Go heap (incorrect use of unsafe or cgo?)")
		mbitmap.go#L1380: 		throw("runtime: typeBitsBulkBarrier without type")
		mbitmap.go#L1384: 		throw("runtime: invalid typeBitsBulkBarrier")
		mbitmap.go#L1388: 		throw("runtime: invalid typeBitsBulkBarrier")
		mbitmap.go#L1460: 		throw("progToPointerMask: overflow")
		mbitmap.go#L1757: 		throw("bad argument to getgcmask: expected type to be a pointer to the value type whose mask is being queried")
		mbitmap.go#L1816: 				throw("found non-zeroed tail of allocation")
		mbitmap.go#L1868: 				throw("found two different masks from two different methods")
		mcache.go#L152: 		throw("refill of span with free space remaining")
		mcache.go#L157: 			throw("bad sweepgen in refill")
		mcache.go#L184: 		throw("out of memory")
		mcache.go#L188: 		throw("span has no free space")
		mcache.go#L221: 		throw("out of memory")
		mcache.go#L236: 		throw("out of memory")
		mcache.go#L326: 		throw("bad flushGen")
		mcentral.go#L186: 		throw("span has no free objects")
		mcentral.go#L206: 		throw("uncaching span but s.allocCount == 0")
		mcheckmark.go#L50: 				throw("out of memory allocating checkmarks bitmap")
		mcheckmark.go#L65: 		throw("GC work not flushed")
		mcheckmark.go#L86: 		throw("checkmark found unmarked object")
		mem_linux.go#L46: 		throw("unaligned sysUnused")
		mem_linux.go#L79: 			throw("runtime: cannot disable permissions in address space")
		mem_linux.go#L88: 			throw("runtime: out of memory")
		mem_linux.go#L91: 			throw("runtime: cannot remap pages in address space")
		mem_linux.go#L114: 		throw("unaligned sysNoHugePageOS")
		mem_linux.go#L123: 		throw("unaligned sysHugePageCollapseOS")
		mem_linux.go#L168: 		throw("runtime: out of memory")
		mem_linux.go#L172: 		throw("runtime: cannot map pages in arena address space")
		metrics.go#L505: 		throw("runtime: unexpected metric registration for " + name)
		mfinal.go#L102: 		throw("queuefinalizer during GC")
		mfinal.go#L120: 					throw("finalizer out of sync")
		mfinal.go#L225: 					throw("missing type in runfinq")
		mfinal.go#L252: 					throw("bad kind in runfinq")
		mfinal.go#L420: 		throw("runtime.SetFinalizer: first argument is nil")
		mfinal.go#L423: 		throw("runtime.SetFinalizer: first argument is " + toRType(etyp).string() + ", not pointer")
		mfinal.go#L427: 		throw("nil elem type!")
		mfinal.go#L432: 		throw("runtime.SetFinalizer: first argument was allocated into an arena")
		mfinal.go#L442: 		throw("runtime.SetFinalizer: pointer not in allocated block")
		mfinal.go#L454: 			throw("runtime.SetFinalizer: pointer not at beginning of allocated block")
		mfinal.go#L469: 		throw("runtime.SetFinalizer: second argument is " + toRType(ftyp).string() + ", not a function")
		mfinal.go#L473: 		throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string() + " because dotdotdot")
		mfinal.go#L476: 		throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
		mfinal.go#L499: 	throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
		mfinal.go#L513: 			throw("runtime.SetFinalizer: finalizer already set")
		mfixalloc.go#L58: 		throw("runtime: fixalloc size too large")
		mfixalloc.go#L77: 		throw("runtime: internal error")
		mgc.go#L179: 		throw("size of Workbuf is suboptimal")
		mgc.go#L693: 			throw("p mcache not flushed")
		mgc.go#L1075: 		throw("gc done but gcphase != _GCoff")
		mgc.go#L1160: 		throw("failed to set sweep barrier")
		mgc.go#L1162: 		throw("non-concurrent sweep failed to drain all sweep queues")
		mgc.go#L1452: 			throw("gcBgMarkWorker: blackening not enabled")
		mgc.go#L1456: 			throw("gcBgMarkWorker: mode not set")
		mgc.go#L1469: 			throw("work.nwait was > work.nproc")
		mgc.go#L1487: 				throw("gcBgMarkWorker: unexpected gcMarkWorkerMode")
		mgc.go#L1530: 			throw("work.nwait > work.nproc")
		mgc.go#L1574: 		throw("in gcMark expecting to see gcphase as _GCmarktermination")
		mgc.go#L1630: 			throw("P has cached GC work at end of mark termination")
		mgc.go#L1669: 		throw("gcSweep being done but phase is not GCoff")
		mgc.go#L1912: 			throw("already have a reachable special (duplicate pointer?)")
		mgc.go#L1929: 			throw("IsReachable failed")
		mgclimit.go#L104: 		throw("failed to acquire lock to start a GC transition")
		mgclimit.go#L107: 		throw("transitioning GC to the same state as before?")
		mgclimit.go#L124: 		throw("finishGCTransition called without starting one?")
		mgclimit.go#L172: 		throw("update during transition")
		mgclimit.go#L224: 				throw("invalid limiter event type found")
		mgclimit.go#L310: 		throw("double unlock")
		mgclimit.go#L325: 		throw("failed to acquire lock to reset capacity")
		mgclimit.go#L455: 			throw("limiterEvent.stop: found wrong event in p's limiter event slot")
		mgclimit.go#L483: 		throw("limiterEvent.stop: invalid limiter event type found")
		mgcmark.go#L122: 		throw("left over markroot jobs")
		mgcmark.go#L140: 			throw("scan missed a g")
		mgcmark.go#L199: 			throw("markroot: bad index")
		mgcmark.go#L236: 				throw("g already scanned")
		mgcmark.go#L265: 		throw("rootBlockBytes must be a multiple of 8*ptrSize")
		mgcmark.go#L370: 				throw("non in-use span found with specials bit set")
		mgcmark.go#L376: 				throw("gc: unswept span")
		mgcmark.go#L644: 		throw("nwait > work.nprocs")
		mgcmark.go#L672: 		throw("work.nwait > work.nproc")
		mgcmark.go#L822: 		throw("scanstack - bad status")
		mgcmark.go#L828: 		throw("mark - bad status")
		mgcmark.go#L833: 		throw("scanstack: goroutine not stopped")
		mgcmark.go#L839: 		throw("can't scan our own stack")
		mgcmark.go#L995: 		throw("remaining pointer buffers")
		mgcmark.go#L1153: 		throw("gcDrain phase incorrect")
		mgcmark.go#L1279: 		throw("gcDrainN phase incorrect")
		mgcmark.go#L1398: 		throw("scanobject n == 0")
		mgcmark.go#L1403: 		throw("scanobject of a noscan object")
		mgcmark.go#L1524: 					throw("misaligned mask")
		mgcmark.go#L1590: 		throw("greyobject: obj not pointer-aligned")
		mgcmark.go#L1605: 			throw("marking free object")
		mgcmark.go#L1695: 		throw("gcmarknewobject called while doing checkmark")
		mgcpacer.go#L733: 		throw("gcControllerState.findRunnable: blackening not enabled")
		mgcpacer.go#L857: 		throw("markWorkerStop: unknown mark worker mode")
		mgcpacer.go#L1161: 		throw("produced a trigger greater than the heap goal")
		mgcpacer.go#L1331: 		throw("malformed GOMEMLIMIT; see `go doc runtime/debug.SetMemoryLimit`")
		mgcpacer.go#L1357: 			throw("negative idle mark workers")
		mgcpacer.go#L1387: 			throw("negative idle mark workers")
		mgcpacer.go#L1407: 			throw("negative idle mark workers")
		mgcscavenge.go#L358: 		throw("scavenger state is already wired")
		mgcscavenge.go#L422: 		throw("tried to park scavenger from another goroutine")
		mgcscavenge.go#L468: 		throw("tried to sleep scavenger from another goroutine")
		mgcscavenge.go#L579: 		throw("tried to run scavenger from another goroutine")
		mgcscavenge.go#L639: 		throw("released less than one physical page of memory")
		mgcscavenge.go#L860: 		throw("bad m value")
		mgcscavenge.go#L897: 		throw("min must be a non-zero power of 2")
		mgcscavenge.go#L900: 		throw("min too large")
		mgcscavenge.go#L1319: 		throw("too many pages allocated in chunk?")
		mgcscavenge.go#L1336: 		throw("allocated pages below zero?")
		mgcstack.go#L204: 		throw("address not a stack address")
		mgcstack.go#L280: 		throw("objects added out of order or overlapping")
		mgcsweep.go#L165: 		throw("sweeper left outstanding across sweep generations")
		mgcsweep.go#L170: 			throw("mismatched begin/end of activeSweep")
		mgcsweep.go#L246: 		throw("active sweepers found at start of mark phase")
		mgcsweep.go#L337: 		throw("use of invalid sweepLocker")
		mgcsweep.go#L382: 				throw("non in-use span in unswept list")
		mgcsweep.go#L464: 		throw("mspan.ensureSwept: m is not locked")
		mgcsweep.go#L503: 		throw("mspan.sweep: m is not locked")
		mgcsweep.go#L516: 		throw("mspan.sweep: bad span state")
		mgcsweep.go#L670: 		throw("sweep increased allocation count")
		mgcsweep.go#L697: 		throw("mspan.sweep: bad span state after sweep")
		mgcsweep.go#L700: 		throw("swept cached span")
		mgcsweep.go#L719: 			throw("sweep: tried to preserve a user arena span")
		mgcsweep.go#L740: 				throw("user arena span is on the wrong list")
		mgcsweep.go#L890: 	throw("found pointer to free object")
		mgcwork.go#L28: 		throw("bad workbufAlloc")
		mgcwork.go#L338: 		throw("workbuf is empty")
		mgcwork.go#L344: 		throw("workbuf is not empty")
		mgcwork.go#L381: 				throw("out of memory")
		mgcwork.go#L456: 		throw("cannot free workbufs when work.full != 0")
		mheap.go#L532: 			throw("runtime: cannot allocate memory")
		mheap.go#L986: 		throw("manual span allocation called with non-manually-managed type")
		mheap.go#L1058: 				throw("potentially overlapping in-use allocations detected")
		mheap.go#L1232: 				throw("grew heap, but no adequate free space found")
		mheap.go#L1251: 				throw("grew heap, but no adequate free space found")
		mheap.go#L1617: 			throw("mheap.freeSpanLocked - invalid stack free")
		mheap.go#L1621: 			throw("mheap.freeSpanLocked - invalid free of user arena chunk")
		mheap.go#L1625: 			throw("mheap.freeSpanLocked - invalid free")
		mheap.go#L1633: 		throw("mheap.freeSpanLocked - invalid span state")
		mheap.go#L1733: 		throw("mSpanList.remove")
		mheap.go#L1757: 		throw("mSpanList.insert")
		mheap.go#L1775: 		throw("mSpanList.insertBack")
		mheap.go#L1861: 		throw("addspecial on invalid pointer")
		mheap.go#L1896: 		throw("removespecial on invalid pointer")
		mheap.go#L2197: 		throw("failed to get or create weak handle")
		mheap.go#L2212: 		throw("getWeakHandle on invalid pointer")
		mheap.go#L2255: 		throw("setprofilebucket: profile already set")
		mheap.go#L2332: 		throw("bad special kind")
		mheap.go#L2435: 		throw("markBits overflow")
		mheap.go#L2498: 			throw("runtime: cannot allocate memory")
		mpagealloc.go#L312: 		throw("root level max pages doesn't fit in summary")
		mpagealloc.go#L406: 				throw("pageAlloc: out of memory")
		mpagealloc.go#L717: 			throw("range partially overlaps")
		mpagealloc.go#L829: 		throw("bad summary data")
		mpagealloc.go#L847: 		throw("bad summary data")
		mpagealloc.go#L892: 				throw("bad summary data")
		mpagealloc_64bit.go#L81: 			throw("failed to reserve page summary memory")
		mpagealloc_64bit.go#L103: 		throw("sysGrow bounds not aligned to pallocChunkBytes")
		mpagealloc_64bit.go#L194: 		throw("sysGrow bounds not aligned to pallocChunkBytes")
		mpagecache.go#L135: 			throw("bad summary data")
		mprof.go#L232: 		throw("invalid profile bucket type")
		mprof.go#L251: 		throw("bad profile stack count")
		mprof.go#L259: 		throw("bad use of bucket.mp")
		mprof.go#L268: 		throw("bad use of bucket.bp")
		mprof.go#L284: 				throw("runtime: cannot allocate memory")
		mprof.go#L541: 		throw("invalid skip value")
		mprof.go#L1484: 		throw("no P available, write barriers are forbidden")
		mprof.go#L1544: 		throw("cannot read stack of running goroutine")
		mranges.go#L36: 		throw("addr range base and limit are not in the same memory segment")
		mranges.go#L64: 		throw("bad prune")
		mranges.go#L350: 		throw("attempted to add zero-sized address range")
		msan0.go#L19: func msanread(addr unsafe.Pointer, sz uintptr)     { throw("msan") }
		msan0.go#L20: func msanwrite(addr unsafe.Pointer, sz uintptr)    { throw("msan") }
		msan0.go#L21: func msanmalloc(addr unsafe.Pointer, sz uintptr)   { throw("msan") }
		msan0.go#L22: func msanfree(addr unsafe.Pointer, sz uintptr)     { throw("msan") }
		msan0.go#L23: func msanmove(dst, src unsafe.Pointer, sz uintptr) { throw("msan") }
		mspanset.go#L234: 		throw("attempt to clear non-empty span set")
		mspanset.go#L251: 				throw("span set block with unpopped elements found in reset")
		mspanset.go#L257: 				throw("fully empty unfreed span set block found in reset")
		mspanset.go#L381: 		throw("headTailIndex overflow")
		mstats.go#L337: 		throw("memstats.heapStats not aligned to 8 bytes")
		mstats.go#L343: 		throw("heapStatsDelta not a multiple of 8 bytes in size")
		mstats.go#L466: 			throw("heapInUse and consistent stats are not equal")
		mstats.go#L471: 			throw("heapReleased and consistent stats are not equal")
		mstats.go#L478: 			throw("measures of the retained heap are not equal")
		mstats.go#L483: 			throw("totalAlloc and consistent stats are not equal")
		mstats.go#L488: 			throw("totalFree and consistent stats are not equal")
		mstats.go#L498: 			throw("mappedReady and other memstats are not equal")
		mstats.go#L579: 		throw("short slice passed to readGCStats")
		mstats.go#L661: 		throw("sysMemStat overflow")
		mstats.go#L782: 			throw("bad sequence number")
		mstats.go#L811: 			throw("bad sequence number")
		mwbbuf.go#L91: 		throw("bad write barrier buffer bounds")
		netpoll.go#L249: 		throw("runtime: blocked write on free polldesc")
		netpoll.go#L253: 		throw("runtime: blocked read on free polldesc")
		netpoll.go#L283: 		throw("runtime: close polldesc w/o unblock")
		netpoll.go#L287: 		throw("runtime: blocked write on closing polldesc")
		netpoll.go#L291: 		throw("runtime: blocked read on closing polldesc")
		netpoll.go#L455: 		throw("runtime: unblock on closing polldesc")
		netpoll.go#L567: 			throw("runtime: double wait")
		netpoll.go#L580: 		throw("runtime: corrupted polldesc")
		netpoll.go#L639: 			throw("runtime: inconsistent read deadline")
		netpoll.go#L648: 			throw("runtime: inconsistent write deadline")
		netpoll_epoll.go#L26: 		throw("runtime: netpollinit failed")
		netpoll_epoll.go#L31: 		throw("runtime: eventfd failed")
		netpoll_epoll.go#L40: 		throw("runtime: epollctl failed")
		netpoll_epoll.go#L63: 	throw("runtime: unused")
		netpoll_epoll.go#L87: 		throw("runtime: netpollBreak write failed")
		netpoll_epoll.go#L120: 			throw("runtime: netpoll failed")
		netpoll_epoll.go#L140: 				throw("runtime: netpoll: eventfd ready for something unexpected")
		os_linux.go#L195: 		throw("newosproc")
		os_linux.go#L535: 				throw("sigaction failed")
		os_linux.go#L621: 			throw("timer_delete")
		os_linux.go#L671: 		throw("timer_settime")
		panic.go#L59: 		throw(msg)
		panic.go#L65: 		throw(msg)
		panic.go#L79: 		throw(err)
		panic.go#L276: 		throw("defer on system stack")
		panic.go#L317: 	throw("unexpected state passed to panicrangestate")
		panic.go#L391: 		throw("defer on system stack")
		panic.go#L396: 		throw("no deferreturn")
		panic.go#L432: 			throw("defer after range func returned")
		panic.go#L486: 		throw("defer on system stack")
		panic.go#L650: 			throw(text + ": " + r)
		panic.go#L652: 			throw(text + ": type " + toRType(efaceOf(&r)._type).string())
		panic.go#L755: 		throw("panic on system stack")
		panic.go#L762: 		throw("panic during malloc")
		panic.go#L771: 		throw("panic during preemptoff")
		panic.go#L777: 		throw("panic holding locks")
		panic.go#L867: 			throw("bad panic stack")
		panic.go#L872: 			throw("recovery failed")
		panic.go#L988: 		throw("missing deferreturn")
		panic.go#L1032: 	throw(s)
		panic.go#L1064: func throw(s string) {
		panic.go#L1156: 		throw("unexpected gp.param")
		panic.go#L1200: 		throw("bad recovery")
		pinner.go#L210: 			throw("runtime.Pinner: object already unpinned")
		pinner.go#L350: 		throw("runtime.Pinner: decreased non-existing pin counter")
		plugin.go#L23: 		throw("runtime: no plugin module data")
		plugin.go#L26: 		throw("runtime: plugin has empty pluginpath")
		plugin.go#L51: 			throw("plugin: new module data overlaps with previous moduledata")
		plugin.go#L125: 		throw("runtime: plugin has bad symbol table")
		preempt.go#L110: 		throw("suspendG from non-preemptible goroutine")
		preempt.go#L135: 			throw("invalid g status")
		preempt.go#L268: 		throw("unexpected g status")
		preempt.go#L336: 		throw("async stack too large")
		preempt.go#L447: 			throw("bad restart PC")
		proc.go#L186: 		throw("runtime.main not on m0")
		proc.go#L193: 		throw("nanotime returning zero")
		proc.go#L216: 			throw("_cgo_pthread_key_created missing")
		proc.go#L220: 			throw("_cgo_thread_start missing")
		proc.go#L224: 				throw("_cgo_setenv missing")
		proc.go#L227: 				throw("_cgo_unsetenv missing")
		proc.go#L231: 			throw("_cgo_notify_runtime_init_done missing")
		proc.go#L236: 			throw("set_crosscall2 missing")
		proc.go#L316: 	exithook.Throw = throw
		proc.go#L334: 			throw("forcegc: phase error")
		proc.go#L415: 		throw("gopark: bad g status")
		proc.go#L481: 		throw("acquireSudog: found s.elem != nil in cache")
		proc.go#L490: 		throw("runtime: sudog with non-nil elem")
		proc.go#L493: 		throw("runtime: sudog with non-false isSelect")
		proc.go#L496: 		throw("runtime: sudog with non-nil next")
		proc.go#L499: 		throw("runtime: sudog with non-nil prev")
		proc.go#L502: 		throw("runtime: sudog with non-nil waitlink")
		proc.go#L505: 		throw("runtime: sudog with non-nil c")
		proc.go#L509: 		throw("runtime: releaseSudog with non-nil gp.param")
		proc.go#L539: 	throw("runtime: mcall called on m->g0 stack")
		proc.go#L543: 	throw("runtime: mcall function returned")
		proc.go#L565: 		throw("morestack on g0")
		proc.go#L577: 	throw("ctxt != 0")
		proc.go#L652: 		throw("allgadd: bad status Gidle")
		proc.go#L863: 		throw("unknown runnable goroutine during bootstrap")
		proc.go#L903: 		throw("thread exhaustion")
		proc.go#L915: 		throw("runtime: thread ID overflow")
		proc.go#L1029: 		throw("bad g->status in ready")
		proc.go#L1125: 		throw("casfrom_Gscanstatus:top gp->status is not in scan state")
		proc.go#L1138: 		throw("casfrom_Gscanstatus: gp->status is not in scan state")
		proc.go#L1161: 	throw("castogscanstatus")
		proc.go#L1181: 			throw("casgstatus: bad incoming values")
		proc.go#L1198: 				throw("casgstatus: waiting for Gwaiting but is Grunnable")
		proc.go#L1291: 		throw("casGToWaitingForGC with non-isWaitingForGC wait reason")
		proc.go#L1307: 			throw("copystack: bad status, not Gwaiting or Grunnable")
		proc.go#L1321: 		throw("bad g transition")
		proc.go#L1333: 		throw("bad g transition")
		proc.go#L1548: 		throw("stopTheWorld: holding locks")
		proc.go#L1640: 		throw(bad)
		proc.go#L1692: 				throw("startTheWorld: inconsistent mp->nextp")
		proc.go#L1811: 		throw("bad runtime·mstart")
		proc.go#L1901: 		throw("locked m0 woke up")
		proc.go#L1925: 	throw("m not found in allm")
		proc.go#L2031: 		throw("forEachP: sched.safePointWait != 0")
		proc.go#L2099: 		throw("forEachP: not done")
		proc.go#L2103: 			throw("forEachP: P did not run fn")
		proc.go#L2765: 			throw("on a locked thread with no template thread")
		proc.go#L2788: 			throw("_cgo_thread_start missing")
		proc.go#L2874: 		throw("stopm holding locks")
		proc.go#L2877: 		throw("stopm holding p")
		proc.go#L2880: 		throw("stopm spinning")
		proc.go#L2939: 			throw("startm: P required for spinning=true")
		proc.go#L2988: 		throw("startm: m is spinning")
		proc.go#L2991: 		throw("startm: m has p")
		proc.go#L2994: 		throw("startm: p has runnable gs")
		proc.go#L3109: 			throw("wakep: negative nmspinning")
		proc.go#L3132: 		throw("stoplockedm: inconsistent locking")
		proc.go#L3146: 		throw("stoplockedm: not runnable")
		proc.go#L3159: 		throw("startlockedm: locked to me")
		proc.go#L3162: 		throw("startlockedm: m has p")
		proc.go#L3178: 		throw("gcstopm: not waiting for gc")
		proc.go#L3185: 			throw("gcstopm: negative nmspinning")
		proc.go#L3450: 		throw("findrunnable: wrong p")
		proc.go#L3495: 			throw("findrunnable: negative nmspinning")
		proc.go#L3515: 					throw("global runq empty with non-zero runqsize")
		proc.go#L3562: 			throw("findrunnable: netpoll with p")
		proc.go#L3565: 			throw("findrunnable: netpoll with spinning")
		proc.go#L3851: 		throw("resetspinning: not a spinning m")
		proc.go#L3856: 		throw("findrunnable: negative nmspinning")
		proc.go#L3971: 		throw("schedule: holding locks")
		proc.go#L3982: 		throw("schedule: in cgo")
		proc.go#L3993: 		throw("schedule: spinning with local work")
		proc.go#L4111: 		throw("bad g status")
		proc.go#L4164: 		throw("bad g status")
		proc.go#L4173: 			throw("preempt at unknown pc")
		proc.go#L4177: 			throw("preempt SPWRITE")
		proc.go#L4314: 		throw("exited a goroutine internally locked to the OS thread")
		proc.go#L4351: 		throw("save on system g not allowed")
		proc.go#L4420: 			throw("entersyscall")
		proc.go#L4426: 			throw("entersyscall")
		proc.go#L4564: 			throw("entersyscallblock")
		proc.go#L4571: 			throw("entersyscallblock")
		proc.go#L4577: 			throw("entersyscallblock")
		proc.go#L4623: 		throw("exitsyscall: syscall frame is no longer valid")
		proc.go#L5007: 		throw("newproc1: newg missing stack")
		proc.go#L5011: 		throw("newproc1: new g is not Gdead")
		proc.go#L5137: 		throw("gfput: bad status (not Gdead)")
		proc.go#L5367: 	throw("runtime: internal error: misuse of lockOSThread/unlockOSThread")
		proc.go#L5575: 				throw("missing mcache?")
		proc.go#L5690: 		throw("procresize: invalid arg")
		proc.go#L5863: 			throw("wirep: already in go")
		proc.go#L5875: 			throw("wirep: invalid p state")
		proc.go#L5898: 		throw("releasep: invalid arg")
		proc.go#L5903: 		throw("releasep: invalid p state")
		proc.go#L5957: 		throw("checkdead: inconsistent counts")
		proc.go#L5975: 			throw("checkdead: runnable g")
		proc.go#L5994: 				throw("checkdead: no p for timer")
		proc.go#L6001: 				throw("checkdead: no m for timer")
		proc.go#L6596: 		throw("pidleput: P has non-empty run queue")
		proc.go#L6609: 		throw("must be able to track idle limiter event")
		proc.go#L6750: 		throw("runqputslow: queue is not full")
		proc.go#L6954: 		throw("runqsteal: runq overflow")
		proc.go#L7267: 		throw("recursive call during initialization - linker skew")
		proc.go#L7284: 			throw("inittask with no functions")
		profbuf.go#L217: 		throw("newProfBuf: buffer too large")
		profbuf.go#L308: 		throw("misuse of profBuf.write")
		profbuf.go#L396: 		throw("runtime: profBuf already closed")
		profbuf.go#L519: 		throw("runtime: malformed profBuf buffer - tag and data out of sync")
		profbuf.go#L534: 			throw("runtime: malformed profBuf buffer - invalid size")
		race0.go#L19: func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr)  { throw("race") }
		race0.go#L20: func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
		race0.go#L21: func raceinit() (uintptr, uintptr)                                          { throw("race"); return 0, 0 }
		race0.go#L22: func racefini()                                                             { throw("race") }
		race0.go#L23: func raceproccreate() uintptr                                               { throw("race"); return 0 }
		race0.go#L24: func raceprocdestroy(ctx uintptr)                                           { throw("race") }
		race0.go#L25: func racemapshadow(addr unsafe.Pointer, size uintptr)                       { throw("race") }
		race0.go#L26: func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr)                 { throw("race") }
		race0.go#L27: func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr)                  { throw("race") }
		race0.go#L28: func racereadrangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr)         { throw("race") }
		race0.go#L29: func racewriterangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr)        { throw("race") }
		race0.go#L30: func raceacquire(addr unsafe.Pointer)                                       { throw("race") }
		race0.go#L31: func raceacquireg(gp *g, addr unsafe.Pointer)                               { throw("race") }
		race0.go#L32: func raceacquirectx(racectx uintptr, addr unsafe.Pointer)                   { throw("race") }
		race0.go#L33: func racerelease(addr unsafe.Pointer)                                       { throw("race") }
		race0.go#L34: func racereleaseg(gp *g, addr unsafe.Pointer)                               { throw("race") }
		race0.go#L35: func racereleaseacquire(addr unsafe.Pointer)                                { throw("race") }
		race0.go#L36: func racereleaseacquireg(gp *g, addr unsafe.Pointer)                        { throw("race") }
		race0.go#L37: func racereleasemerge(addr unsafe.Pointer)                                  { throw("race") }
		race0.go#L38: func racereleasemergeg(gp *g, addr unsafe.Pointer)                          { throw("race") }
		race0.go#L39: func racefingo()                                                            { throw("race") }
		race0.go#L40: func racemalloc(p unsafe.Pointer, sz uintptr)                               { throw("race") }
		race0.go#L41: func racefree(p unsafe.Pointer, sz uintptr)                                 { throw("race") }
		race0.go#L42: func racegostart(pc uintptr) uintptr                                        { throw("race"); return 0 }
		race0.go#L43: func racegoend()                                                            { throw("race") }
		race0.go#L44: func racectxend(racectx uintptr)                                            { throw("race") }
		runtime1.go#L109: 		throw("cas64 failed")
		runtime1.go#L112: 		throw("cas64 failed")
		runtime1.go#L116: 		throw("cas64 failed")
		runtime1.go#L119: 		throw("cas64 failed")
		runtime1.go#L122: 		throw("load64 failed")
		runtime1.go#L126: 		throw("store64 failed")
		runtime1.go#L129: 		throw("xadd64 failed")
		runtime1.go#L132: 		throw("xadd64 failed")
		runtime1.go#L135: 		throw("xchg64 failed")
		runtime1.go#L138: 		throw("xchg64 failed")
		runtime1.go#L169: 		throw("bad a")
		runtime1.go#L172: 		throw("bad b")
		runtime1.go#L175: 		throw("bad c")
		runtime1.go#L178: 		throw("bad d")
		runtime1.go#L181: 		throw("bad e")
		runtime1.go#L184: 		throw("bad f")
		runtime1.go#L187: 		throw("bad g")
		runtime1.go#L190: 		throw("bad h")
		runtime1.go#L193: 		throw("bad i")
		runtime1.go#L196: 		throw("bad j")
		runtime1.go#L199: 		throw("bad k")
		runtime1.go#L202: 		throw("bad l")
		runtime1.go#L205: 		throw("bad unsafe.Sizeof x1")
		runtime1.go#L208: 		throw("bad offsetof y1.y")
		runtime1.go#L211: 		throw("bad unsafe.Sizeof y1")
		runtime1.go#L215: 		throw("bad timediv")
		runtime1.go#L221: 		throw("cas1")
		runtime1.go#L224: 		throw("cas2")
		runtime1.go#L229: 		throw("cas3")
		runtime1.go#L232: 		throw("cas4")
		runtime1.go#L237: 		throw("cas5")
		runtime1.go#L240: 		throw("cas6")
		runtime1.go#L246: 		throw("atomicor8")
		runtime1.go#L252: 		throw("atomicand8")
		runtime1.go#L257: 		throw("float64nan")
		runtime1.go#L260: 		throw("float64nan1")
		runtime1.go#L265: 		throw("float64nan2")
		runtime1.go#L268: 		throw("float64nan3")
		runtime1.go#L273: 		throw("float32nan")
		runtime1.go#L276: 		throw("float32nan1")
		runtime1.go#L281: 		throw("float32nan2")
		runtime1.go#L284: 		throw("float32nan3")
		runtime1.go#L290: 		throw("FixedStack is not power-of-2")
		runtime1.go#L294: 		throw("assembly checks failed")
		runtime1.go#L529: 		throw("cgocheck > 1 mode is no longer supported at runtime. Use GOEXPERIMENT=cgocheck2 at build time instead.")
		rwmutex.go#L104: 			throw("runlock of unlocked rwmutex")
		rwmutex.go#L147: 		throw("unlock of unlocked rwmutex")
		select.go#L228: 				throw("select: broken sort")
		select.go#L295: 		throw("gp.waiting != nil")
		select.go#L388: 		throw("selectgo: bad wakeup")
		sema.go#L135: 		throw("semacquire not on the G stack")
		sema.go#L244: 			throw("corrupted semaphore ticket")
		sema.go#L484: 			throw("semaRoot rotateLeft")
		sema.go#L512: 			throw("semaRoot rotateRight")
		sema.go#L686: 		throw("bad notifyList size")
		signal_unix.go#L103: 		throw("bad sigtable len")
		signal_unix.go#L901: 		throw("unexpected signal during runtime execution")
		signal_unix.go#L914: 		throw("fault")
		signal_unix.go#L931: 		throw("fault")
		signal_unix.go#L944: 		throw("unexpected signal value")
		signal_unix.go#L1098: 	throw("non-Go code disabled sigaltstack")
		signal_unix.go#L1108: 	throw("non-Go code set up signal handler without SA_ONSTACK flag")
		signal_unix.go#L1118: 	throw("signal received during fork")
		sigqueue.go#L102: 			throw("sigsend: inconsistent state")
		sigqueue.go#L145: 				throw("signal_recv: inconsistent state")
		sigqueue_note.go#L15: 	throw("sigNoteSetup")
		sigqueue_note.go#L19: 	throw("sigNoteSleep")
		sigqueue_note.go#L23: 	throw("sigNoteWakeup")
		stack.go#L169: 		throw("cache size must be a multiple of page size")
		stack.go#L201: 			throw("out of memory")
		stack.go#L204: 			throw("bad allocCount")
		stack.go#L207: 			throw("bad manualFreeList")
		stack.go#L220: 		throw("span has no free stacks")
		stack.go#L235: 		throw("freeing stack not in a stack span")
		stack.go#L342: 		throw("stackalloc not on scheduler stack")
		stack.go#L345: 		throw("stack size not a power of 2")
		stack.go#L355: 			throw("out of memory (stackalloc)")
		stack.go#L410: 				throw("out of memory")
		stack.go#L451: 		throw("stack not a power of 2")
		stack.go#L454: 		throw("bad stack size")
		stack.go#L506: 			throw("bad span state")
		stack.go#L640: 				throw("invalid pointer found on stack")
		stack.go#L682: 				throw("bad frame pointer")
		stack.go#L755: 			throw("bad top frame pointer")
		stack.go#L870: 		throw("stack growth not allowed in system call")
		stack.go#L874: 		throw("nil stackbase")
		stack.go#L905: 			throw("racy sudog adjustment due to parking on channel")
		stack.go#L980: 		throw("stack growth after fork")
		stack.go#L986: 		throw("runtime: wrong goroutine in newstack")
		stack.go#L1009: 		throw("runtime: stack split at bad time")
		stack.go#L1046: 		throw("missing stack in newstack")
		stack.go#L1061: 		throw("runtime: split stack overflow")
		stack.go#L1066: 			throw("runtime: preempt g0")
		stack.go#L1069: 			throw("runtime: g is running but p is not")
		stack.go#L1117: 		throw("stack overflow")
		stack.go#L1195: 		throw("missing stack in shrinkstack")
		stack.go#L1203: 			throw("bad status in shrinkstack")
		stack.go#L1207: 		throw("shrinkstack at bad time")
		stack.go#L1213: 		throw("shrinking stack in libcall")
		stack.go#L1329: 	throw("attempt to execute system stack code on user stack")
		stkframe.go#L128: 				throw("reflect mismatch")
		stkframe.go#L140: 			throw("reflect mismatch")
		stkframe.go#L195: 			throw("missing stackmap")
		stkframe.go#L202: 				throw("bad symbol table")
		stkframe.go#L222: 			throw("missing stackmap")
		stkframe.go#L227: 			throw("bad symbol table")
		stkframe.go#L268: 		throw("abiRegArgsType needs GC Prog, update methodValueCallFrameObjs")
		stkframe.go#L281: 		throw("methodValueCallFrameObjs is not in a module")
		string.go#L35: 			throw("string concatenation too long")
		string.go#L296: 		throw("out of memory")
		symtab.go#L603: 		throw("invalid function symbol table")
		symtab.go#L624: 			throw("invalid runtime symbol table")
		symtab.go#L632: 		throw("minpc or maxpc invalid")
		symtab.go#L638: 			throw("abi mismatch")
		symtab.go#L674: 			throw("runtime: text offset out of range")
		symtab.go#L1004: 			throw("cache.inUse out of range")
		symtab.go#L1013: 			throw("no module data")
		symtab.go#L1038: 					throw("bad pcvalue cache")
		symtab.go#L1084: 	throw("invalid runtime symbol table")
		symtab.go#L1156: 		throw("bad spdelta")
		symtab.go#L1307: 		throw("stackmapdata: index out of range")
		tagptr_64bit.go#L60: 			throw("check this code for aix on non-ppc64")
		time.go#L337: 			throw("invalid timer channel: no capacity")
		time.go#L386: 		throw("ts set in timer")
		time.go#L476: 		throw("wrong timers")
		time.go#L501: 		throw("timer when must be positive")
		time.go#L504: 		throw("timer period must be non-negative")
		time.go#L693: 			throw("bad ts")
		time.go#L823: 			throw("bad ts")
		time.go#L970: 		throw("bad ts")
		time.go#L1055: 			throw("too many concurrent timer firings")
		time.go#L1065: 			throw("unexpected racectx")
		time.go#L1100: 				throw("mismatched isSending updates")
		time.go#L1140: 			throw("bad timer heap")
		time.go#L1145: 		throw("bad timer heap len")
		time.go#L1291: 	throw("timer data corruption")
		trace.go#L659: 			throw("trace: non-empty full trace buffer for done generation")
		trace.go#L663: 				throw("trace: non-empty full trace buffer for next generation")
		trace.go#L666: 				throw("trace: reading after shutdown")
		trace.go#L772: 				throw("unexpected trace reader")
		trace.go#L791: 			throw("expected racectx == 0")
		traceallocfree.go#L49: 		throw("traceSnapshotMemory: tracing is not enabled")
		traceallocfree.go#L159: 		throw("goroutine stack size is not a power of 2")
		traceback.go#L148: 		throw("cannot trace user goroutine on its own stack")
		traceback.go#L207: 			throw("unknown pc")
		traceback.go#L365: 			throw("traceback")
		traceback.go#L470: 			throw("unknown caller pc")
		traceback.go#L481: 		throw("traceback stuck")
		traceback.go#L566: 		throw("traceback did not unwind completely")
		tracebuf.go#L97: 				throw("trace: out of memory")
		tracebuf.go#L236: 		throw("v could not fit in traceBytesPerNumber")
		tracecpu.go#L14: 		throw("traceInitReadCPU called with trace enabled")
		tracecpu.go#L37: 		throw("traceStartReadCPU called with trace disabled")
		tracecpu.go#L77: 		throw("traceStopReadCPU called with trace enabled")
		traceregion.go#L46: 		throw("traceRegion: alloc too large")
		traceregion.go#L49: 		throw("traceRegion: alloc with concurrent drop")
		traceregion.go#L82: 		throw("traceRegion: out of memory")
		traceruntime.go#L229: 		throw("bad use of trace.seqlock or tracer is reentrant")
		traceruntime.go#L287: 		throw("bad use of trace.seqlock")
		traceruntime.go#L386: 		throw("double traceGCSweepStart")
		traceruntime.go#L418: 		throw("missing traceGCSweepStart")
		traceruntime.go#L721: 		throw("bad use of trace.seqlock or tracer is reentrant")
		traceruntime.go#L738: 		throw("bad use of trace.seqlock")
		tracestack.go#L65: 				throw("attempted to trace stack of a goroutine this thread does not own")
		tracestatus.go#L53: 		throw("attempted to trace a bad status for a goroutine")
		tracestatus.go#L99: 		throw("attempt to trace invalid or unsupported P status")
		tracestatus.go#L113: 		throw("attempted to trace a bad status for a proc")
		tracestatus.go#L151: 		throw("tried to trace dead goroutine")
		tracestatus.go#L153: 		throw("tried to trace goroutine with invalid or unsupported status")
		type.go#L128: 				throw("runtime: name offset out of range")
		type.go#L143: 		throw("runtime: name offset base pointer out of range")
		type.go#L184: 			throw("runtime: type offset base pointer out of range")
		type.go#L194: 		throw("runtime: type offset out of range")
		type.go#L226: 			throw("runtime: text offset base pointer out of range")
		type.go#L484: 		throw("runtime: impossible type kind")
		unsafe.go#L40: 		throw("checkptr: unsafe.String result straddles multiple allocations")
		unsafe.go#L88: 		throw("checkptr: unsafe.Slice result straddles multiple allocations")